home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Music Catalogue Master 3.0.1 / mcm30.exe / SETUP1.CAB / f0000065 < prev    next >
Text File  |  2001-09-18  |  2KB  |  42 lines

  1. *       *********************************************************
  2. *       *                                                         
  3. *       * 09/18/01            COPYPASTE.MPR             17:41:46  
  4. *       *                                                         
  5. *       *********************************************************
  6. *       *                                                         
  7. *       * Craig Hobson                                            
  8. *       *                                                         
  9. *       * Copyright (C) 2001 KIX Software Solutions Company       
  10. *       * 117 Millstream Way                                      
  11. *       * Winnipeg, MB  R3T 5N8                                   
  12. *       * Canada                                            
  13. *       *                                                         
  14. *       * Description:                                            
  15. *       * This PROGRAM was automatically generated BY GENMENU.    
  16. *       *                                                         
  17. *       *********************************************************
  18.  
  19.  
  20. *       *********************************************************
  21. *       *                                                         
  22. *       *                      Menu Definition                    
  23. *       *                                                         
  24. *       *********************************************************
  25. *
  26.  
  27. DEFINE POPUP shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
  28. DEFINE BAR _med_cut OF shortcut PROMPT "Cu\<t" ;
  29.     KEY CTRL+X, "Ctrl+X" ;
  30.     MESSAGE "Removes the selection and places it onto the Clipboard"
  31. DEFINE BAR _med_copy OF shortcut PROMPT "\<Copy" ;
  32.     KEY CTRL+C, "Ctrl+C" ;
  33.     MESSAGE "Copies the selection onto the Clipboard"
  34. DEFINE BAR _med_paste OF shortcut PROMPT "\<Paste" ;
  35.     KEY CTRL+V, "Ctrl+V" ;
  36.     MESSAGE "Pastes the contents of the Clipboard"
  37. DEFINE BAR _med_sp200 OF shortcut PROMPT "\-"
  38. DEFINE BAR _med_slcta OF shortcut PROMPT "Se\<lect All" ;
  39.     KEY CTRL+A, "Ctrl+A" ;
  40.     MESSAGE "Selects all text or items in the current control"
  41.  
  42. ACTIVATE POPUP shortcut